home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 July
/
macformat-026.iso
/
mac
/
Interactive Arts
/
Interactive Arts '95
/
sarah
/
00051.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-02
|
268 b
|
13 lines
on NewBinary
repeat with x = 1 to 22
set NewBit to random(10)
if NewBit <= 5 then
put "0" after BinaryNumber
next repeat
end if
put "1" after BinaryNumber
end repeat
put BinaryNumber into field 13
put BinaryNumber into field 14
end